home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / adcstyle051704c.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-05-17  |  21.2 KB  |  1,476 lines

  1. /* body */
  2. body {
  3.     margin: 0 10px;
  4.     background-color: #fff;
  5.     color: #000;
  6.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  7.     }
  8.  
  9. /* links */
  10. a:link {
  11.     color: #00f;
  12.     text-decoration: none;
  13.     }
  14.  
  15. a:visited {
  16.     color: #00a;
  17.     text-decoration: none;
  18.     }
  19.  
  20. a:hover {
  21.     color: #f60;
  22.     text-decoration: underline;
  23.     }
  24.     
  25. a:active {
  26.     color: #f60;
  27.     text-decoration: underline;
  28.     }
  29.  
  30. /* html tags */
  31. th, td, ul, ol, li {
  32.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  33.     }
  34.         
  35. code, pre    {
  36.     color: #000;
  37.     font-family: monaco, "Courier New", courier, monospace;
  38.     font-size: 10px;
  39.     }
  40.  
  41.     /*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
  42.  
  43. * html code    {
  44.     font-size: 101%; 
  45.     }
  46.  
  47. * html pre {
  48.     font-size: 101%; 
  49.     }
  50.  
  51. h1    {
  52.     margin: 0 0 15px 0;
  53.     padding: 0;
  54.     font: bold 36px 'Myriad Apple', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  55.     color: #000;
  56.     }
  57.     
  58. h2    {
  59.     margin: 0 0 5px 0;
  60.     padding: 0;
  61.     font: bold 16px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  62.     color: #000;
  63.     }
  64.     
  65. p + h2 {
  66.     margin: 20px 0 5px 0;
  67.     }
  68.  
  69. ol + h2 {
  70.     margin: 20px 0 5px 0;
  71.     }
  72.  
  73. ul + h2 {
  74.     margin: 20px 0 5px 0;
  75.     }
  76.  
  77. h3    {
  78.     margin: 0;
  79.     padding: 0;
  80.     font: bold 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  81.     color: #000;
  82.     }
  83.  
  84. h3 + table {
  85.     margin: 5px 0 0 0;
  86.     }
  87.     
  88. h4    {
  89.     margin: 0;
  90.     padding: 0;
  91.     font: bold 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  92.     color: #666;
  93.     /*text-decoration: underline;*/
  94.     }
  95.     
  96. h3 + h4 {
  97.     margin: 10px 0 0;
  98.     }
  99.  
  100. h6    {
  101.     margin: 0;
  102.     padding: 0;
  103.     font: normal 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  104.     color: #000;
  105.     }
  106.  
  107. p    {
  108.     margin: 0 0 10px 0;
  109.     padding: 0;
  110.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  111.     color: #000;
  112.     }
  113.     
  114. th {
  115.     font-weight: bold;
  116.     text-align: left;
  117.     vertical-align: top;
  118.     }
  119.     
  120. form {
  121.     margin: 0;
  122.     }
  123.     
  124. button {
  125.     margin: 3px 0 10px 0;
  126.     }
  127.     
  128. /* lists */
  129. ul    {
  130.     list-style: square outside;
  131.     margin: 0 0 0 30px;
  132.     padding: 0 0 1em 0;
  133.     }
  134.  
  135. li    {
  136.     margin-top: 3px;
  137.     }
  138.     
  139. ul ul {
  140.     margin-left: 40px;
  141.     }
  142.     
  143. ul.compressed {
  144.     margin-top: -10px;
  145.     }
  146.     
  147. ul.compressed li {
  148.     margin-top: 0;
  149.     }
  150.  
  151. ul.marketing {
  152.     padding-left: 0;
  153.     margin: 0 0 16px 0;
  154.     }
  155.     
  156. ul.marketing li    {
  157.     margin-top: 0;
  158.     margin-left: 0;
  159.     margin-bottom: 2px;
  160.     font-size: 10px;
  161.     }
  162.     
  163. ol {
  164.     margin: 0 0 10px 1.5em;
  165.     padding-left: 1.5em;
  166.     }
  167.  
  168. ul.inline, ol.inline, p.inline {
  169.     margin-top: -7px;
  170.     }
  171.     
  172. ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol {
  173.     margin-top: 0;
  174.     }
  175.  
  176. ol.faq li {
  177.     font-weight: bold;
  178.     }
  179.     
  180. ol.steps li {
  181.     font-weight: bold;
  182.     }
  183.     
  184. ul.nav {
  185.     margin: 8px 0 0;
  186.     padding: 0;
  187.     list-style-type: none;
  188.     }
  189.  
  190. ul.nav li {
  191.     margin-top: 4px;
  192.     padding-left: 0;
  193.     }
  194.     
  195. ul.nobullet {
  196.     list-style-type: none;
  197.     margin-left: 0;
  198.     padding-left: 0;
  199.     }
  200.     
  201. ul.nobullet li {
  202.     margin: 3px 0 5px;
  203.     padding-left: 0;
  204.     }
  205.     
  206. /* images */
  207. .leftinline {
  208.     margin: 0 10px 5px 0;
  209.     float: left;
  210.     }
  211.  
  212. .rightinline {
  213.     margin: 0 0 5px 10px;
  214.     float: right;
  215.     }
  216.  
  217.  
  218. /* tables */
  219. .bumblebee {
  220.     border-top: 1px solid #919699;
  221.     border-left: 1px solid #919699;
  222.     border-right: 1px solid #919699;
  223.     }
  224.  
  225. .bumblebee td {
  226.     padding: 10px;
  227.     font-size: 10px;
  228.     }
  229.     
  230. .bumblebee th {
  231.     padding: 6px 10px 6px 10px;
  232.     font-size: 10px;
  233.     }
  234.  
  235. .bumblebee th {
  236.     background: #7E91A4;
  237.     color: #FFF;
  238.     }
  239.  
  240. .bumblebee td {
  241.     border-bottom: 1px solid #919699;
  242.     text-align: left;
  243.     vertical-align: top;
  244.     }
  245.  
  246. .bumblebeeblue {
  247.     background: #F0F5F9;
  248.     }
  249.  
  250. .bumblebeewhite {
  251.     background: #FFF;
  252.     }
  253.     
  254. .bumblebee .bumblebeeblue td.sortcolumn {
  255.     background: #DCE5EE;
  256.     }
  257.     
  258. .bumblebee .bumblebeewhite td.sortcolumn {
  259.     background: #F5F5F5;
  260.     }
  261.     
  262. .bumblebee th.sortcolumn {
  263.     background: #334455;
  264.     }
  265.     
  266. .bumblebeetop {
  267.     border-top: 1px solid #919699;
  268.     border-left: 1px solid #919699;
  269.     border-right: 1px solid #919699;
  270.     background: #E2E2E2;
  271.     }
  272.     
  273. .bumblebeetop td{
  274.     padding: 10px;
  275.     }
  276.  
  277. td.middle, th.middle {
  278.     vertical-align: middle;
  279.     }
  280.     
  281. td.top, th.top {
  282.     vertical-align: top;
  283.     }
  284.     
  285. td.bottom, th.bottom {
  286.     vertical-align: bottom;
  287.     }
  288.     
  289. td.center, th.center {
  290.     text-align: center;
  291.     }
  292.     
  293. td.right, th.right {
  294.     text-align: right;
  295.     }
  296.     
  297. .smalltable td p {
  298.     font-size: 11px;
  299.     }
  300.  
  301.     
  302. .graybox {
  303.     border-top: 1px solid #919699;
  304.     border-left: 1px solid #919699;
  305.     margin-bottom: 10px;
  306.     }
  307.     
  308. .graybox th {
  309.     padding: 4px 8px 4px 8px;
  310.     background: #E2E2E2;
  311.     font-size: 12px;
  312.     font-weight: bold;
  313.     border-bottom: 1px solid #919699;
  314.     border-right: 1px solid #919699;
  315.     }
  316.     
  317. .graybox td {
  318.     padding: 8px;
  319.     font-size: 12px;
  320.     text-align: left;
  321.     vertical-align: top;
  322.     border-bottom: 1px solid #919699;
  323.     border-right: 1px solid #919699;
  324.     }
  325.     
  326. .graybox table td {
  327.     border: none;
  328.     padding: 0;
  329.     vertical-align: middle;
  330.     }
  331.  
  332. .marketingbox {
  333.     width: 100%;
  334.     border: 1px solid #a1a5a9;
  335.     }
  336.  
  337. .marketingbox th {
  338.     padding: 4px 8px 4px 8px;
  339.     background: #C83808;
  340.     font-size: 12px;
  341.     font-weight: bold;
  342.     color: #FFF;
  343.     }
  344.  
  345. .marketingbox td {
  346.     padding: 8px 8px 0 8px;
  347.     text-align: left;
  348.     vertical-align: top;
  349.     }
  350.     
  351. .documentationtable {
  352.     border: none;
  353.     }
  354.  
  355. .documentationtable td {
  356.     border-bottom: 1px solid #919699;
  357.     text-align: left;
  358.     vertical-align: top;
  359.     padding: 5px 0 10px 0;
  360.     }
  361.     
  362. .documentationtable .bottom{
  363.     border: 0;
  364.     }
  365.         
  366. .businesstable {
  367.     border: none;
  368.     }
  369.  
  370. .businesstable td {
  371.     text-align: left;
  372.     font-size: 10px;
  373.     vertical-align: top;
  374.     padding: 5px 0 10px 0;
  375.     }
  376.     
  377. .documentationtable p {
  378.     font-size: 10px;
  379.     }
  380.  
  381.  
  382. /* rounded corner tables */
  383. .bigboxtop {
  384.     background: #FFF url(/images/bigboxtop.gif) repeat-x top left;
  385.     }
  386.  
  387. .bigboxleft {
  388.     background: #FFF url(/images/bigboxleft.gif) repeat-y top left;
  389.     }
  390.  
  391. .bigboxright {
  392.     background: #FFF url(/images/bigboxright.gif) repeat-y top left;
  393.     }
  394.  
  395. .bigboxbottom {
  396.     background: #FFF url(/images/bigboxbottom.gif) repeat-x top left;
  397.     }
  398.     
  399. .boxtop {
  400.     background: #FFF url(/images/boxtop.gif) repeat-x top left;
  401.     }
  402.  
  403. .boxleft {
  404.     background: #FFF url(/images/boxleft.gif) repeat-y top left;
  405.     }
  406.  
  407. .boxright {
  408.     background: #FFF url(/images/boxright.gif) repeat-y top left;
  409.     }
  410.  
  411. .boxbottom {
  412.     background: #FFF url(/images/boxbottom.gif) repeat-x top left;
  413.     }
  414.  
  415.  
  416. /* general classes */
  417. .contentpadding {
  418.     padding: 0 10px;
  419.     }
  420.     
  421. .smalltext {
  422.     font-size: 10px;
  423.     }
  424.     
  425. .blueheader {
  426.     color: #FFF;
  427.     background: #7E91A4;
  428.     padding: 3px 0 3px 7px;
  429.     }
  430.  
  431. .sourcecodebox {
  432.     border: 1px solid #c7cfd5;
  433.     background: #f1f5f9;
  434.     margin: 20px 0;
  435.     padding: 15px;
  436.     text-align: left;
  437.     }
  438.     
  439. .notebox {
  440.     border: 1px solid #a1a5a9;
  441.     background: #e8e8e8;
  442.     margin: 20px 0;
  443.     padding: 15px;
  444.     text-align: left;
  445.     }
  446.     
  447. div.notebox {
  448.     padding-bottom: 5px;
  449.     }
  450.     
  451. .gray {
  452.     color: #787c7f;
  453.     }
  454.     
  455. #footnote h3, #footnote p {
  456.     color: #76797C;
  457.     font-size: 11px;
  458.     }
  459.  
  460. .footnote {
  461.     font-size: 11px;
  462.     color: #76797C;
  463.     }
  464.     
  465. .editorial {
  466.     font-style: italic;
  467.     margin: 20px 0;
  468.     }
  469.     
  470. .libindex {
  471.     border-bottom: 1px solid #939393;
  472.     padding: 0 3px;
  473.     background-color: #DADADA;
  474.     margin: 0 1px;
  475.     }
  476.  
  477. /* forms */
  478. #forms input {
  479.     vertical-align: middle;
  480.     padding: 0;
  481.     margin: 0 0 5px 0;
  482.     }
  483.  
  484. #forms select {
  485.     vertical-align: middle;
  486.     padding: 0;
  487.     margin: 0 0 3px 0;
  488.     }
  489.  
  490. #forms .widefield, #advsearch .widefield {
  491.     width: 98%;
  492.     margin-bottom: 5px;
  493.     }
  494.  
  495. #forms .halffield {
  496.     width: 50%;
  497.     margin-bottom: 5px;
  498.     }
  499.  
  500. #forms .extraspace {
  501.     padding-bottom: 8px;
  502.     }
  503.  
  504. #forms .quarterfield {
  505.     width: 25%;
  506.     margin-bottom: 5px;
  507.     }
  508.     
  509. #forms .inputbutton, #advsearch .inputbutton {
  510.     margin: 5px 0 10px 0;
  511.     border: 0;
  512.     }
  513.     
  514. #forms .checkbox, #advsearch .checkbox {
  515.     margin: 0 5px 0 0;
  516.     vertical-align: baseline;
  517.     }
  518.     
  519. #forms .radio {
  520.     margin: 0 5px 0 0;
  521.     vertical-align: baseline;
  522.     }
  523.     
  524. #forms textarea {
  525.     margin: 0 0 10px 0;
  526.     width: 100%;
  527.     }
  528.     
  529. #forms p {
  530.     margin-top: 7px;
  531.     }
  532.     
  533. #forms .buttonlists {
  534.     line-height: 20px;
  535.     }
  536.     
  537. #forms .buttondescription {
  538.     line-height: 15px;
  539.     margin: -10px 10px 5px 20px;
  540.     font-size: 10px;
  541.     }
  542.  
  543.  
  544. /* header */
  545. #adcnavheader td {
  546.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  547.     }
  548.  
  549. #adcnavheader input {
  550.     margin: 0 3px 0 0;
  551.     padding: 0;
  552.     }
  553.  
  554. #adcnavheader .textpadding {
  555.     padding-top: 2px;
  556.     vertical-align: middle;
  557.     }
  558.     
  559. #adcnavheader .searchbutton {
  560.     border: 0;
  561.     }
  562.  
  563.  
  564. /* breadcrumb */
  565. #breadcrumb td {
  566.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  567.     }
  568.  
  569. #breadcrumb form {
  570.     margin: 0;
  571.     }
  572.     
  573. #breadcrumb select {
  574.     vertical-align:  middle;
  575.     }
  576.  
  577.  
  578. /* sidebar */
  579. #sidebar h2, .swlsidebar h2 {
  580.     font-size: 12px;
  581.     }
  582.     
  583. #sidebar h3, #sidebar h4, .swlsidebar h3, .swlsidebar h4 {
  584.     font-size: 12px;
  585.     }
  586.     
  587. #sidebar p, #sidebar ol, #sidebar ul, .swlsidebar p, .swlsidebar ol, .swlsidebar ul {
  588.     font-size: 11px;
  589.     }
  590.  
  591. #sidebar ul, .swlsidebar ul {
  592.     margin-left: 16px;
  593.     padding-left: 0;
  594.     }
  595.  
  596. #sidebar li, .swlsidebar li {
  597.     font-size: 11px;
  598.     margin-top: 2px;
  599.     }
  600.     
  601. #sidebar ul.nav, .swlsidebar ul.nav {
  602.     margin: 8px 0 0;
  603.     padding: 0;
  604.     list-style-type: none;
  605.     }
  606.  
  607. #sidebar ul.nav li, .swlsidebar ul.nav li {
  608.     margin-top: 4px;
  609.     padding-left: 0;
  610.     background: none;
  611.     }
  612.  
  613. /* footer */
  614. #footer td, #footer p {
  615.     font-size: 10px;
  616.     }
  617.     
  618. .footerbreadcrumb {
  619.     font-size: 10px;
  620.     }
  621.  
  622. /* 404 page definitions*/
  623. #notfound h2 {
  624.     font-size: 12px;
  625.     }
  626.     
  627. #notfound h3, #notfound h4 {
  628.     font-size: 12px;
  629.     }
  630.     
  631. #notfound p, #notfound ul {
  632.     font-size: 10px;
  633.     }
  634.  
  635. #notfound ul {
  636.     margin: 0 0 15px 0;
  637.     padding-left: 0;
  638.     list-style-type: none;
  639.     }
  640.  
  641. #notfound ul li {
  642.     font-size: 10px;
  643.     margin: 3px 0 0 0;
  644.     padding-left: 0;
  645.     background: none;
  646.     }
  647.     
  648. #notfound ul ul {
  649.     margin-top: 0;
  650.     margin-left: 16px;
  651.     list-style: square outside;
  652.     }
  653.  
  654. #notfound ul ul li {
  655.     margin-left: 0;
  656.     padding-left: 0;
  657.     }
  658.  
  659. li.sectionbreak {
  660.     margin-bottom: 15px;
  661.     }
  662.  
  663. /* advanced search */
  664. #advsearch h4 {
  665.     margin-bottom: 10px;
  666.     }
  667.     
  668. #advsearch p {
  669.     line-height: 20px;
  670.     }
  671.     
  672. /* contact page */
  673. .iconlinks td {
  674.     font-size: 11px;
  675.     }
  676.     
  677. /* search results */
  678. .boxtop7e91a4 {
  679.     background: #FFF url(/images/boxtop7e91a4.gif) repeat-x top left;
  680.     }
  681.  
  682. .boxtopleft7e91a4 {
  683.     background: #FFF url(/images/boxtopleft7e91a4.gif) repeat-y top left;
  684.     }
  685.  
  686. .boxtopright7e91a4 {
  687.     background: #FFF url(/images/boxtopright7e91a4.gif) repeat-y top left;
  688.     }
  689.  
  690. .boxbottom7e91a4 {
  691.     background: #FFF url(/images/boxbottom7e91a4.gif) repeat-x top left;
  692.     }
  693.  
  694. .filesize {
  695.     color: #7F8285;
  696.     }
  697.  
  698. tr.results th, tr.results td {
  699.     font-size: 12px;
  700.     color: #FFF;
  701.     background-color: #7e91a4;
  702.     font-weight: normal;
  703.     }
  704.  
  705. tr.results a {
  706.     color: #FFF;
  707.     font-weight: bold;
  708.     }
  709.     
  710. .oddrow {
  711.     background-color: #ffffff;
  712.     }
  713.     
  714. .evenrow {
  715.     background-color: #f0f5f9;
  716.     }
  717.  
  718. /* software licensing descriptions */
  719. .swlleftrule {
  720.     border-left: 1px solid #A1A5A9;
  721.     padding-left: 10px;
  722.     padding-right: 10px;
  723.     }    
  724.  
  725. .swlsidebar {
  726.     padding-right: 10px;
  727.     }
  728.  
  729. /* narrative */
  730. #narrative blockquote {
  731.     margin: 0 20px 10px 20px;
  732.     color: #3972B8;
  733.     }
  734.  
  735. #narrative .pullquote {
  736.     font-size: 17px;
  737.     color: #FFF;
  738.     padding: 8px;
  739.     background-color: #3972B8;
  740.     border: 1px solid #000;
  741.     }
  742.     
  743. #narrative.color779D90 blockquote {
  744.     color: #779D90;
  745.     }
  746.     
  747. #narrative.color779D90 .pullquote {
  748.     background-color: #779D90;
  749.     }
  750.  
  751. #narrative.color3C6E6E blockquote {
  752.     color: #3C6E6E;
  753.     }
  754.     
  755. #narrative.color3C6E6E .pullquote {
  756.     background-color: #3C6E6E;
  757.     }
  758.  
  759. #narrative.color6D8042 blockquote {
  760.     color: #6D8042;
  761.     }
  762.     
  763. #narrative.color6D8042 .pullquote {
  764.     background-color: #6D8042;
  765.     }
  766.  
  767. #narrative.color3E583D blockquote {
  768.     color: #3E583D;
  769.     }
  770.     
  771. #narrative.color3E583D .pullquote {
  772.     background-color: #3E583D;
  773.     }
  774.  
  775. #narrative.color9AB0C5 blockquote {
  776.     color: #9AB0C5;
  777.     }
  778.     
  779. #narrative.color9AB0C5 .pullquote {
  780.     background-color: #9AB0C5;
  781.     }
  782.  
  783. #narrative.color3972B8 blockquote {
  784.     color: #3972B8;
  785.     }
  786.     
  787. #narrative.color3972B8 .pullquote {
  788.     background-color: #3972B8;
  789.     }
  790.  
  791. #narrative.color3C6C9D blockquote {
  792.     color: #3C6C9D;
  793.     }
  794.     
  795. #narrative.color3C6C9D .pullquote {
  796.     background-color: #3C6C9D;
  797.     }
  798.  
  799. #narrative.color7A6B94 blockquote {
  800.     color: #7A6B94;
  801.     }
  802.     
  803. #narrative.color7A6B94 .pullquote {
  804.     background-color: #7A6B94;
  805.     }
  806.     
  807. #narrative.color50395C blockquote {
  808.     color: #50395C;
  809.     }
  810.     
  811. #narrative.color50395C .pullquote {
  812.     background-color: #50395C;
  813.     }
  814.     
  815. #narrative.color812A28 blockquote {
  816.     color: #812A28;
  817.     }
  818.     
  819. #narrative.color812A28 .pullquote {
  820.     background-color: #812A28;
  821.     }
  822.  
  823.     
  824.     
  825. /* source code */
  826. #scdetails p {
  827.     line-height: 17px;
  828.     }
  829.     
  830. #scdetails select {
  831.     vertical-align: middle;
  832.     padding: 0;
  833.     margin: 0;
  834.     }
  835.     
  836. #scdetails input {
  837.     vertical-align: middle;
  838.     padding: 0;
  839.     margin: 0;
  840.     }
  841.  
  842. /* --------------- styles from before 12-01-2003 ---------------- */
  843.  
  844. /* home page */
  845. #articlehead {
  846.     font-weight: bold;
  847.     font-size: 12px;
  848.     color: #000; 
  849.     }
  850.  
  851. #linklisthead {
  852.     font-weight: bold;
  853.     font-size: 12px;
  854.     color: #000; 
  855.     }
  856.  
  857. #sectionhead {
  858.     font-weight: bold;
  859.     font-size: 14px;
  860.     color: #000; 
  861.     }
  862.  
  863. #sectionsubhead {
  864.     font-weight: bold;
  865.     font-size: 12px;
  866.     color: #000; 
  867.     }
  868.  
  869. #sectionheadorange {
  870.     font-weight: bold;
  871.     font-size: 14px;
  872.     color: #db3700; 
  873.     }
  874.  
  875. #resources {
  876.     margin-bottom: 3px;
  877.     font-weight: normal;
  878.     font-size: 10px; 
  879.     }
  880.  
  881. .membership_bullets {
  882.     color: #ffffff;
  883.     font-weight: normal;
  884.     font-size: 10px; 
  885.     }
  886.  
  887.  
  888. /* glossary page styles */
  889. #glossary_header { 
  890.     font-size: 12px;
  891.     font-weight: bold; 
  892.     }
  893.  
  894. #glossary_header_letter { 
  895.     font-size: 14px;
  896.     font-weight: bold; 
  897.     }
  898.  
  899.  
  900. /* form class, removes whitespace browsers use by default with forms */
  901. #form {
  902.     margin: 0;
  903.     }
  904.  
  905.  
  906. /* paragraph describing page located just below the black text page title */
  907. #paragraph_description {
  908.     font-size: 12px;
  909.     }
  910.  
  911.  
  912. /* rate this page feedback form styles */
  913. #feedback_bull {
  914.     font-size: 10px;
  915.     color: #ffffff;
  916.     text-align: center;
  917.     }
  918.  
  919. #feedback_text {
  920.     font-size: 10px;
  921.     color: #000;
  922.     }
  923.  
  924. #radio_help {
  925.     text-align: center;
  926.     padding-top: 4px;
  927.     }
  928.  
  929. #radio_easy {
  930.     text-align: center;
  931.     padding-bottom: 4px;
  932.     }
  933.  
  934.  
  935. /* search results box styles */
  936. #results_cell_first { 
  937.     border-top: 1px #a2a6a9 solid;
  938.     border-left: 1px #a2a6a9 solid; 
  939.     }
  940.  
  941. #results_cell_title {
  942.     padding-top: 10px;
  943.     padding-bottom: 10px;
  944.     border-top: 1px #a2a6a9 solid;
  945.     padding-right: 6px;
  946.     font-size: 12px;
  947.     font-weight: bold;
  948.     vertical-align: top;
  949.     }
  950.  
  951. #results_cell_other {
  952.     padding-top: 10px;
  953.     padding-bottom: 10px;
  954.     border-top: 1px #a2a6a9 solid;
  955.     padding-left: 6px;
  956.     padding-right: 6px;
  957.     vertical-align: top;
  958.     }
  959.  
  960. #results_cell_date {
  961.     padding-top: 10px;
  962.     padding-bottom: 10px;
  963.     border-top: 1px #a2a6a9 solid;
  964.     padding-left: 4px;
  965.     vertical-align: top;
  966.     }
  967.  
  968. #results_cell_last {
  969.     border-top: 1px #a2a6a9 solid;
  970.     border-right: 1px #a2a6a9 solid;
  971.     }
  972.  
  973. .results_description { 
  974.     font-size: 10px;
  975.     font-weight: normal;
  976.     }
  977.  
  978.  
  979. /* apple script (or any other reference library page) styles */
  980. #header { 
  981.     font-size: 12px;
  982.     font-weight: bold;
  983.     }
  984.  
  985. #link_header {
  986.     font-size: 10px;
  987.     font-weight: bold;
  988.     }
  989.  
  990. #blue_header {
  991.     font-size: 12px;
  992.     font-weight: bold;
  993.     color: #000099;
  994.     }
  995.  
  996. #td_left_line {
  997.     border-left: 1px #555555;
  998.     }
  999.  
  1000.  
  1001. /* co marketing styles */
  1002. #icon_cell {
  1003.     height: 93px;
  1004.     text-align: center;
  1005.     }
  1006.  
  1007. #detail_header {
  1008.     text-align: center;
  1009.     background: #6d7f95;
  1010.     color: #ffffff;
  1011.     font-family: verdana;
  1012.     font-weight: bold;
  1013.     font-size: 10px;
  1014.     }
  1015.  
  1016. #vendor_bullet {
  1017.     color: #696969;
  1018.     }
  1019.  
  1020. #comarket_paragraph {
  1021.     color: #696969;
  1022.     font-size: 12px;
  1023.     }
  1024.  
  1025. #vendor_detail {
  1026.     font-size: 12px;
  1027.     }
  1028.  
  1029. #vendor_contact {
  1030.     font-family: Verdana, Arial, Helvetica, sans-serif;
  1031.     font-size: 10px;
  1032.     }
  1033.  
  1034. #detail_heading {
  1035.     font-weight: bold;
  1036.     }
  1037.  
  1038. #detail_copy {
  1039.     font-size: 12px;
  1040.     }
  1041.  
  1042. #discount_box_header {
  1043.     color: #ffffff;
  1044.     font-weight: bold;
  1045.     }
  1046.  
  1047. #discount_box_copy {
  1048.     font-size: 12px;
  1049.     }
  1050.  
  1051. #photo_table_copy {
  1052.     color: #7d7d7d;
  1053.     font-size: 10px;
  1054.     }
  1055.  
  1056.  
  1057.  
  1058. /*narrative styles */
  1059. #narrative_paragraph {
  1060.     color: #696969;
  1061.     font-size: 14px;
  1062.     }
  1063.  
  1064. #narrative_header {
  1065.     font-size: 13px;
  1066.     font-weight: bold;
  1067.     }
  1068.  
  1069. #narrative_content {
  1070.     font-size: 12px;
  1071.     vertical-align: top;
  1072.     }
  1073.  
  1074. #pic_box_text {
  1075.     color: #878787;
  1076.     line-height: 11px;
  1077.     font-size: 11px; 
  1078.     }
  1079.  
  1080. #red_copy {
  1081.     color: #7f0f0b;
  1082.     padding-left: 15px;
  1083.     }
  1084.  
  1085. #blue_copy {
  1086.     color: #466c9b;
  1087.     padding-left: 15px;
  1088.     }
  1089.  
  1090. #green_copy {
  1091.     color: #3b636f;
  1092.     padding-left: 15px;
  1093.     }
  1094.  
  1095. #purple_copy {
  1096.     color: #665588;
  1097.     padding-left: 15px;
  1098.     }
  1099.  
  1100. #gray_copy {
  1101.     color: #787c7f;
  1102.     padding-left: 15px;
  1103.     }
  1104.  
  1105. #pager {
  1106.     color: #76797c;
  1107.     }
  1108.  
  1109.  
  1110.  
  1111. /* frameset: table of contents frame */
  1112. #toc_contents_text {
  1113.     font-size: 12px;
  1114.     color: #0000ff;
  1115.     }
  1116.  
  1117. #toc_contents_text_open {
  1118.     font-size: 12px;
  1119.     background: #ffffff;
  1120.     color: #0000ff;
  1121.     }
  1122.  
  1123. #low_level_text {
  1124.     font-size: 10px;
  1125.     color: #0000ff;
  1126.     }
  1127.  
  1128. #low_level_text_on {
  1129.     font-size: 10px;
  1130.     color: #0000ff;
  1131.     }
  1132.  
  1133. #top_level_open {
  1134.     background: #ffffff;
  1135.     }
  1136.  
  1137. #third_level {
  1138.     background: #ffffff;
  1139.     }
  1140.  
  1141. #toc_contents_title {
  1142.     font-size: 14px;
  1143.     color: #ffffff;
  1144.     font-weight: bold;
  1145.     }
  1146.  
  1147. #toc_contents_heading {
  1148.     font-size: 12px;
  1149.     font-weight: bold;
  1150.     }
  1151.  
  1152.  
  1153.  
  1154. /* frameset: content frame */
  1155. #content_text {
  1156.     font-size: 12px;
  1157.     font-weight: normal;
  1158.     }
  1159.  
  1160.  
  1161. /* frameset: page title */
  1162. #page_title {
  1163.     font-family: 'Myriad Apple', 'Myriad', Arial, Helvetica, 'Lucida Grande';
  1164.     font-size: 36px;
  1165.     font-weight: bold;
  1166.     color: #000;
  1167.     }
  1168.  
  1169.  
  1170. /* frameset: unordered list */
  1171. ul .content {
  1172.     font-size: 12px; 
  1173.     }
  1174.  
  1175.  
  1176. /* product line styles */
  1177. #product_line_list {
  1178.     font-size: 10px; 
  1179.     }
  1180.  
  1181. #product_line_bullet {
  1182.     font-size: 10px;
  1183.     vertical-align: top;
  1184.     color: #0000ff;
  1185.     }
  1186.  
  1187.  
  1188.  
  1189. /* technical note classes */
  1190. #important_note {
  1191.     background: #e2e2e2;
  1192.     border: 1px solid #cccccc;
  1193.     }
  1194. #page_contents {
  1195.     font-size: 12px; line-height: 20px; color: #0000ff;
  1196.     }
  1197.  
  1198. #tech_content {
  1199.     font-size: 12px;
  1200.     }
  1201.  
  1202. #tech_header {
  1203.     font-size: 14px;
  1204.     font-weight: bold;
  1205.     }
  1206.  
  1207. #tech_subhead {
  1208.     font-size: 12px;
  1209.     font-weight: bold;
  1210.     }
  1211.  
  1212. #tech_list {
  1213.     font-size: 12px;
  1214.     padding-bottom: 9px;
  1215.     }
  1216.  
  1217. #source_code_box {
  1218.     border: 1px solid #c7cfd5;
  1219.     background: #f1f5f9; 
  1220.     }
  1221.  
  1222. #source_code {
  1223.     font-family: monaco, courier, monospace;
  1224.     font-size: 10px;
  1225.     margin-bottom: 0;
  1226.     padding: 12px;
  1227.     }
  1228.  
  1229. #example_title {
  1230.     font-size: 10px;
  1231.     margin-bottom: 5px;
  1232.     color: #28333b;
  1233.     }
  1234.  
  1235. #example_table_header {
  1236.     font-weight: bold;
  1237.     background: #c7cfd5; 
  1238.     }
  1239.  
  1240. #example_table_cell {
  1241.     border: 1px #c7cfd5 solid;
  1242.     background: #f1f5f9;
  1243.     vertical-align: top;
  1244.     font-size: 12px;
  1245.     }
  1246.  
  1247. #download_cell_1 {
  1248.     background: #f6f6f6;
  1249.     font-size: 11px;
  1250.     padding-top: 2px;
  1251.     padding-bottom: 2px;
  1252.     padding-left: 2px;
  1253.     border-left: 1px solid #e6e6e6;
  1254.     border-top: 1px solid #e6e6e6;
  1255.     border-bottom: 1px solid #e6e6e6;
  1256.     }
  1257.  
  1258. #download_cell_2 {
  1259.     background: #f6f6f6;
  1260.     font-size: 10px;
  1261.     padding-top: 2px;
  1262.     padding-bottom: 2px; 
  1263.     border-top: 1px solid #e6e6e6;
  1264.     border-bottom: 1px solid #e6e6e6;
  1265.     }
  1266.  
  1267. #download_cell_3 {
  1268.     background: #f6f6f6;
  1269.     font-size: 10px;
  1270.     padding-top: 2px;
  1271.     padding-bottom: 2px;
  1272.     padding-right: 2px;
  1273.     border-right: 1px solid #e6e6e6;
  1274.     border-top: 1px solid #e6e6e6;
  1275.     border-bottom: 1px solid #e6e6e6;
  1276.     }
  1277.  
  1278. #download_content {
  1279.     font-size: 12px;
  1280.     vertical-align: middle;
  1281.     }
  1282.  
  1283. #download_link {
  1284.     font-size: 10px;
  1285.     vertical-align: middle;
  1286.     }
  1287.  
  1288. #back_to_top {
  1289.     font-size: 10px; 
  1290.     }
  1291.  
  1292.  
  1293.  
  1294. /* membership overview styles */
  1295. #member_header {
  1296.     text-align: left;
  1297.     font-family: verdana;
  1298.     font-weight: bold;
  1299.     font-size: 10px;
  1300.     color: #ffffff; 
  1301.     }
  1302.  
  1303. #member_category {
  1304.     text-align: center;
  1305.     border-left: 1px #ffffff solid;
  1306.     font-family: Verdana, Arial, Helvetica, sans-serif;
  1307.     font-weight: bold;
  1308.     font-size: 10px;
  1309.     color: #ffffff;
  1310.     }
  1311.  
  1312. #white_row {
  1313.     background: #ffffff;
  1314.     }
  1315.  
  1316. #blue_row {
  1317.     background: #f0f5f9;
  1318.     }
  1319.  
  1320. #spacer_row {
  1321.     border-right: 1px solid #a2a6a9;
  1322.     border-left: 1px solid #a2a6a9;
  1323.     }
  1324.  
  1325. #left_border {
  1326.     border-left: 1px solid #a2a6a9;
  1327.     }
  1328.  
  1329. #right_border {
  1330.     border-right: 1px solid #a2a6a9;
  1331.     text-align: center;
  1332.     vertical-align: middle;
  1333.     }
  1334. #gray_line {
  1335.     border-right: 1px solid #a2a6a9;
  1336.     border-left: 1px solid #a2a6a9;
  1337.     background: #a2a6a9;
  1338.     }
  1339.  
  1340. #dot_cell {
  1341.     text-align: center;
  1342.     vertical-align: middle;
  1343.     }
  1344.  
  1345. #fine_print {
  1346.     vertical-align: top;
  1347.     font-size: 11px;
  1348.     color: #5f5f5f;
  1349.     }
  1350.  
  1351. #pricing {
  1352.     font-size: 12px;
  1353.     }
  1354.  
  1355.  
  1356.  
  1357.  
  1358. /* sample code classes */
  1359. #right_content {
  1360.     text-align: right;
  1361.     font-size: 12px;
  1362.     }
  1363.  
  1364. #sc_content {
  1365.     font-size: 12px;
  1366.     }
  1367.  
  1368.  
  1369. /* mac os x architecture diagram */
  1370. #archtext {
  1371.     font-size: 11px;
  1372.     color: #333;
  1373.     text-decoration: none;
  1374.     line-height: 15px;
  1375.     }
  1376.  
  1377. #topborder {
  1378.     border-top: 1px solid #999;
  1379.     }
  1380.  
  1381. #greylist {
  1382.     line-height: 16px;
  1383.     color: #333;
  1384.     margin-top: 12px;
  1385.     }
  1386.  
  1387. #archtitle {
  1388.     font-size: 12px;
  1389.     color: #000;
  1390.     text-decoration: none;
  1391.     font-weight: bold;
  1392.     }
  1393.  
  1394. #description {
  1395.     font-size: 11px;
  1396.     color: #333;
  1397.     text-decoration: none;
  1398.     line-height: 15px;
  1399.     }
  1400.  
  1401. .archtitle {
  1402.     font-size: 12px;
  1403.     color: #000;
  1404.     text-decoration: none;
  1405.     font-weight: bold;
  1406.     }
  1407.  
  1408.  
  1409.  
  1410. /* original apple css items (unused at this time) */
  1411. /* ---------------------------------------------- */
  1412.  
  1413. h1 {
  1414.     font-weight: bold; font-size: 18px; 
  1415.     }
  1416.  
  1417. #text {
  1418.     font-size: 10px;  line-height: 16px;
  1419.     }
  1420.  
  1421.  
  1422. #bodytext {
  1423.     font-size: 10px; 
  1424.     }
  1425. #bodytextlarge {
  1426.     font-size: 12px; 
  1427.     }
  1428. #bodytitle {
  1429.     font-weight: bold; font-size: 10px; 
  1430.     }
  1431. #bodytitlelarge2 {
  1432.     font-weight: bold; font-size: 12px; 
  1433.     }
  1434. #bodytitlelarge {
  1435.     font-weight: bold; font-size: 12px; font-family: arial, helvetica, sans-serif
  1436.     }
  1437. #bodytitleextralarge {
  1438.     font-weight: bold; font-size: 14px; font-family: arial, helvetica, sans-serif
  1439.     }
  1440. #callout {
  1441.     font-weight: bold; font-size: 14px; color: #737373; 
  1442.     }
  1443. #calloutsubitem {
  1444.     font-size: 10px; color: #666666; 
  1445.     }
  1446. #resourcetitle {
  1447.     font-weight: bold; font-size: 10px; 
  1448.     }
  1449. #resourcetext {
  1450.     font-size: 10px; font-family: helvetica, geneva, arial, sans-serif
  1451.     }
  1452. #resourcehead {
  1453.     font-weight: bold; font-size: 11px; color: #808080; font-family: arial, helvetica, sans-serif
  1454.     }
  1455. #mkt {
  1456.     font-size: 12px; font-family: arial, helvetica, sans-serif
  1457.     }
  1458. #mkt2 {
  1459.     font-size: 14px; font-family: arial, helvetica, sans-serif
  1460.     }
  1461. #breadcrumb {
  1462.     font-weight: bold; font-size: 12px; font-family: arial, helvetica, sans-serif
  1463.     }
  1464. #breadcrumblocation {
  1465.     font-weight: bold; font-size: 12px; color: #cc6600; font-family: arial, helvetica, sans-serif
  1466.     }
  1467. #menutitle {
  1468.     font-weight: bold; font-size: 12px; margin-left: 10px; font-family: arial, helvetica, sans-serif
  1469.     }
  1470. #menutext {
  1471.     font-size: 10px; margin-left: 10px; line-height: 14px; font-family: helvetica, geneva, arial, sans-serif
  1472.     }
  1473. #source {
  1474.     font-size: 9px; color: #666666; font-style: italic; font-family: helvetica, geneva, arial, sans-serif
  1475.     }
  1476.